type net/http.http2goroutineLock
6 uses
net/http (current package)
h2_bundle.go#L3098: type http2goroutineLock uint64
h2_bundle.go#L3100: func http2newGoroutineLock() http2goroutineLock {
h2_bundle.go#L3104: return http2goroutineLock(http2curGoroutineID())
h2_bundle.go#L3107: func (g http2goroutineLock) check() {
h2_bundle.go#L3116: func (g http2goroutineLock) checkNotOn() {
h2_bundle.go#L4385: serveG http2goroutineLock // used to verify funcs are on serve()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |